SourceChip

object SourceChip

Object defining property models for SourceChips.

Types

Link copied to clipboard

Supported SourceChip sizes.

Link copied to clipboard
data class Style(    val contentColourUnselected: AppColour,     val contentColourSelected: AppColour,     val fillColourUnselected: AppColour,     val fillColourSelected: AppColour,     val textStyle: TextStyle = Source.Typography.TextSansBold14,     val borderColourUnselected: AppColour = AppColour.Unspecified,     val borderColourSelected: AppColour = borderColourUnselected,     val borderWidth: Dp = Dp.Unspecified,     val shape: Shape = Shape,     val badgeColour: AppColour = DefaultBadgeColour)

Represents the visual shape and style of a chip component.